home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / src / shellfiles / setlogs.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1986-02-01  |  311 b   |  25 lines

  1. #!/bin/sh
  2.  
  3. if test "$1" = erase
  4. then
  5.     > msg.log
  6.     > chan.log
  7.     > ph.log
  8.     > ph.trn
  9.     > omsg.log
  10.     > ochan.log
  11.     > oph.log
  12.     > oph.trn
  13. fi
  14.  
  15. cd /usr/mmdf/log
  16. mv msg.log  omsg.log
  17. mv chan.log ochan.log
  18. mv ph.log   oph.log
  19. mv ph.trn   oph.trn
  20. > msg.log
  21. > chan.log
  22. > ph.log
  23. > ph.trn
  24. chmod 662 msg.log chan.log ph.log ph.trn
  25.